const github.com/google/uuid.g1582ns100

4 uses

	github.com/google/uuid (current package)
		time.go#L22: 	g1582ns100 = g1582 * 10000000 // 100s of a nanoseconds between epochs
		time.go#L36: 	sec = int64(t - g1582ns100)
		time.go#L58: 	now := uint64(t.UnixNano()/100) + g1582ns100
		time.go#L120: 		t = Time((time>>16)*10000 + g1582ns100)